-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace an over-estimated rate rule in R_Recombination #355
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rebase?
@mjohnson541 Is this the recommended way to address these kinds of issues with auto-generated families? |
I mean improved thermochemistry libraries and estimation is the real solution, what I thought this was when I glanced at it was adding a new training reaction, which I think is the next best solution. Currently modifying the rate rules isn't preferable because they'll simply get overridden and disappear whenever I retrain the tree. |
If this isn't the preferred approach, how should we fix this? It would be best to not ship 3.0 with a known bad rate rule. |
To address issue #353 in which it is suggested this rule was auto-generated using poor thermochemistry, and ended up much too fast, we have replaced it with the previous value for this reaction, https://rmg.mit.edu/database/kinetics/families/R_Recombination/training/40/ Apparently taken from entry: C9H7_19 + H_15 <=> indene_25 from kinetics library: kislovB This is pretty much the collision limit. (10^13 cm3/mol/s)
6bba02a
to
4d1cf2c
Compare
I agree it's silly to leave the known problem rate in the next release when this patch is simple. I also agree that we should fix this properly, but perhaps open a new issue to do that.
|
@rwest the rate that this PR fixed has since been re-autogenerated elsewhere. Could you take a look and see if this fix is still required? |
Don't necessarily merge this PR yet - there may be a better way to address this. We just wanted to see what would happen.
To address issue #353
in which it is suggested this rule was auto-generated using poor thermochemistry,
and ended up much too fast, we have replaced it with the previous value for this reaction,
https://rmg.mit.edu/database/kinetics/families/R_Recombination/training/40/
Apparently taken from entry: C9H7_19 + H_15 <=> indene_25
from kinetics library: kislovB
This is pretty much the collision limit. (10^13 cm3/mol/s)